home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / webmon_1 / modgatew.bas < prev    next >
BASIC Source File  |  1999-08-05  |  181b  |  8 lines

  1. Attribute VB_Name = "modGateWay"
  2. Option Explicit
  3. Public CForm As Form
  4. Public intGateClicked As Integer
  5. Public intNoOfGateServers As Integer
  6. Public GateOk(0 To 7) As Boolean
  7.  
  8.